3.14.15 \(\int \frac {(2+3 x)^5 (3+5 x)^2}{1-2 x} \, dx\)

Optimal. Leaf size=58 \[ -\frac {6075 x^7}{14}-\frac {20385 x^6}{8}-\frac {275103 x^5}{40}-\frac {736623 x^4}{64}-\frac {444581 x^3}{32}-\frac {1797103 x^2}{128}-\frac {1996783 x}{128}-\frac {2033647}{256} \log (1-2 x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 58, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {88} \begin {gather*} -\frac {6075 x^7}{14}-\frac {20385 x^6}{8}-\frac {275103 x^5}{40}-\frac {736623 x^4}{64}-\frac {444581 x^3}{32}-\frac {1797103 x^2}{128}-\frac {1996783 x}{128}-\frac {2033647}{256} \log (1-2 x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(-1996783*x)/128 - (1797103*x^2)/128 - (444581*x^3)/32 - (736623*x^4)/64 - (275103*x^5)/40 - (20385*x^6)/8 - (
6075*x^7)/14 - (2033647*Log[1 - 2*x])/256

Rule 88

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandI
ntegrand[(a + b*x)^m*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, p}, x] && IntegersQ[m, n] &&
(IntegerQ[p] || (GtQ[m, 0] && GeQ[n, -1]))

Rubi steps

\begin {align*} \int \frac {(2+3 x)^5 (3+5 x)^2}{1-2 x} \, dx &=\int \left (-\frac {1996783}{128}-\frac {1797103 x}{64}-\frac {1333743 x^2}{32}-\frac {736623 x^3}{16}-\frac {275103 x^4}{8}-\frac {61155 x^5}{4}-\frac {6075 x^6}{2}-\frac {2033647}{128 (-1+2 x)}\right ) \, dx\\ &=-\frac {1996783 x}{128}-\frac {1797103 x^2}{128}-\frac {444581 x^3}{32}-\frac {736623 x^4}{64}-\frac {275103 x^5}{40}-\frac {20385 x^6}{8}-\frac {6075 x^7}{14}-\frac {2033647}{256} \log (1-2 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 47, normalized size = 0.81 \begin {gather*} \frac {-15552000 x^7-91324800 x^6-246492288 x^5-412508880 x^4-497930720 x^3-503188840 x^2-559099240 x-284710580 \log (1-2 x)+502621309}{35840} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(502621309 - 559099240*x - 503188840*x^2 - 497930720*x^3 - 412508880*x^4 - 246492288*x^5 - 91324800*x^6 - 1555
2000*x^7 - 284710580*Log[1 - 2*x])/35840

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(2+3 x)^5 (3+5 x)^2}{1-2 x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

IntegrateAlgebraic[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x), x]

________________________________________________________________________________________

fricas [A]  time = 1.70, size = 42, normalized size = 0.72 \begin {gather*} -\frac {6075}{14} \, x^{7} - \frac {20385}{8} \, x^{6} - \frac {275103}{40} \, x^{5} - \frac {736623}{64} \, x^{4} - \frac {444581}{32} \, x^{3} - \frac {1797103}{128} \, x^{2} - \frac {1996783}{128} \, x - \frac {2033647}{256} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="fricas")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(2*x - 1)

________________________________________________________________________________________

giac [A]  time = 1.00, size = 43, normalized size = 0.74 \begin {gather*} -\frac {6075}{14} \, x^{7} - \frac {20385}{8} \, x^{6} - \frac {275103}{40} \, x^{5} - \frac {736623}{64} \, x^{4} - \frac {444581}{32} \, x^{3} - \frac {1797103}{128} \, x^{2} - \frac {1996783}{128} \, x - \frac {2033647}{256} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="giac")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(abs(2*x - 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 43, normalized size = 0.74 \begin {gather*} -\frac {6075 x^{7}}{14}-\frac {20385 x^{6}}{8}-\frac {275103 x^{5}}{40}-\frac {736623 x^{4}}{64}-\frac {444581 x^{3}}{32}-\frac {1797103 x^{2}}{128}-\frac {1996783 x}{128}-\frac {2033647 \ln \left (2 x -1\right )}{256} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)^5*(5*x+3)^2/(1-2*x),x)

[Out]

-6075/14*x^7-20385/8*x^6-275103/40*x^5-736623/64*x^4-444581/32*x^3-1797103/128*x^2-1996783/128*x-2033647/256*l
n(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.54, size = 42, normalized size = 0.72 \begin {gather*} -\frac {6075}{14} \, x^{7} - \frac {20385}{8} \, x^{6} - \frac {275103}{40} \, x^{5} - \frac {736623}{64} \, x^{4} - \frac {444581}{32} \, x^{3} - \frac {1797103}{128} \, x^{2} - \frac {1996783}{128} \, x - \frac {2033647}{256} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="maxima")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 40, normalized size = 0.69 \begin {gather*} -\frac {1996783\,x}{128}-\frac {2033647\,\ln \left (x-\frac {1}{2}\right )}{256}-\frac {1797103\,x^2}{128}-\frac {444581\,x^3}{32}-\frac {736623\,x^4}{64}-\frac {275103\,x^5}{40}-\frac {20385\,x^6}{8}-\frac {6075\,x^7}{14} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((3*x + 2)^5*(5*x + 3)^2)/(2*x - 1),x)

[Out]

- (1996783*x)/128 - (2033647*log(x - 1/2))/256 - (1797103*x^2)/128 - (444581*x^3)/32 - (736623*x^4)/64 - (2751
03*x^5)/40 - (20385*x^6)/8 - (6075*x^7)/14

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 56, normalized size = 0.97 \begin {gather*} - \frac {6075 x^{7}}{14} - \frac {20385 x^{6}}{8} - \frac {275103 x^{5}}{40} - \frac {736623 x^{4}}{64} - \frac {444581 x^{3}}{32} - \frac {1797103 x^{2}}{128} - \frac {1996783 x}{128} - \frac {2033647 \log {\left (2 x - 1 \right )}}{256} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**5*(3+5*x)**2/(1-2*x),x)

[Out]

-6075*x**7/14 - 20385*x**6/8 - 275103*x**5/40 - 736623*x**4/64 - 444581*x**3/32 - 1797103*x**2/128 - 1996783*x
/128 - 2033647*log(2*x - 1)/256

________________________________________________________________________________________